home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
doll_maker_3.swf
/
scripts
/
DefineButton2_221
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2007-09-26
|
117b
|
8 lines
on(release){
if(_name.substr(0,1) == "p")
{
this.stopDrag();
_root.matchCheck(this);
}
}